Remove spurious annotations
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 27 May 2020 14:46:19 +0000 (15:46 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 27 May 2020 14:49:24 +0000 (15:49 +0100)
Boolean values are not nullable, and have no ownership to transfer.

gtk/gtkoverlaylayout.c

index 8b71b917837bca95c989bfe0221fe13037d50531..27d099fe810f6019a879016ae1c3f9b82152558e 100644 (file)
@@ -185,7 +185,7 @@ gtk_overlay_layout_child_set_measure (GtkOverlayLayoutChild *child,
  *
  * Retrieves whether the child is measured.
  *
- * Returns: (transfer none) (nullable): whether the child is measured
+ * Returns: whether the child is measured
  */
 gboolean
 gtk_overlay_layout_child_get_measure (GtkOverlayLayoutChild *child)
@@ -227,7 +227,7 @@ gtk_overlay_layout_child_set_clip_overlay (GtkOverlayLayoutChild *child,
  *
  * Retrieves whether the child is clipped.
  *
- * Returns: (transfer none) (nullable): whether the child is clipped
+ * Returns: whether the child is clipped
  */
 gboolean
 gtk_overlay_layout_child_get_clip_overlay (GtkOverlayLayoutChild *child)